GetWorkstsationControl<T>(string) Method

Summary
Creates a UI medical workstation control by a given name.
Syntax
C#
VB
C++
public T GetWorkstsationControl<T>( 
   string name 
) 
  
Public Overloads Function GetWorkstsationControl(Of T As Control)( _ 
   ByVal name As String _ 
) As T 
public: 
_T^_ GetWorkstsationControlgeneric<typename T> 
(  
   String^ name 
)  
where T: Control 

Parameters

name
The name of the control to look at its actual type to create.

Type Parameters

T

Return Value

T is the type of the returned System.Windows.Forms.Control

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.